CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 内存

搜索资源列表

  1. SearchEngine

    0下载:
  2. 一个进程内存操作的例子,不错的,有兴趣的-Memory operations of a process example of a good, interested to see. . . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:11449
    • 提供者:
  1. MemoryAllocate

    0下载:
  2. 模拟实现进程内存分配,能按进程的大小分配资源,合理利用系统内存。-A simulator of memory allocate for process.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1968
    • 提供者:Wilfred
  1. GetInfo

    0下载:
  2. 获取内存使用情况,系统,进程使用存储信息情况-Access memory, system, process information
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:182591
    • 提供者:季春天
  1. Test-3

    0下载:
  2. 虚拟内存读取,打开其它进程通过指针读取虚拟内存内容-Virtual Memory Read
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3746377
    • 提供者:wmcss
  1. Processer_Manager

    0下载:
  2. 加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。 1) 基本操作:进程的创建、删除。 2) 进程的基本属性: 进程名、进程时间片、进程优先级 3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。 进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。 5) 实现单处理器进程调度功能,调度等调度算法实现。 6) 管理的进程数目不少于3个,竞
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2228485
    • 提供者:moondancing
  1. WINCE_study

    0下载:
  2. WINCE训练 WINCE 系统习题集 1 第一部分:理论题集 2 第二部分:实践题集 7 1. 进程间通信 7 2. 加密程序 13 3. 多线程程序 23 4. 内存分配 26 5. 数据库操作 29 6. 注册表操作 36 7. 扫雷游戏 71 -WINCE 系统习题集 1 第一部分:理论题集 2 第二部分:实践题集 7 1. 进程间通信 7 2. 加密程序 13 3. 多线程程序 23 4. 内存分配 26 5
  3. 所属分类:Windows CE

    • 发布日期:2017-04-09
    • 文件大小:1675335
    • 提供者:郑梅
  1. backdoor_start

    0下载:
  2. exe借壳启动,点启动按钮启动"测试.exe",该进程借助ie进程在内存中运行,在进程管理器中找不到该进程。(因一直上传不了,加了密码,解压码:123)-exe backdoor start point start button " test. exe" , ie the process with the process running in memory, in the process manager can not find the process. (Not due to
  3. 所属分类:Windows Kernel

    • 发布日期:2014-08-21
    • 文件大小:332800
    • 提供者:阿毛
  1. Modify-Memory

    0下载:
  2. 这个可以用于制作破解补丁..主要是用于修改进程内存达到破解目的-This can be used to make crack patch .. memory is mainly used to modify the process to crack the purpose of
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2945
    • 提供者:santi
  1. monitor

    0下载:
  2. linux 内存和CPU 监控 当达到配置文件里面的数额时 关闭进程-linux memory and CPU monitoring to configuration files when the amount of time off the process which
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7531
    • 提供者:
  1. FileMapTransTxt

    0下载:
  2. VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。 -VC++ through the memory mapping between programs exchange data through this small example, you will learn the following skills: in the m
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:20589
    • 提供者:madud00044
  1. MemShareUseDemo

    0下载:
  2. 一个进程间共享内存及消息传递组件 ①、简单的字符串共享与消息传递 ②、自定义格式的数据共享-A process of shared memory and message passing between components ①, simple string sharing and message passing ②, custom format of data sharing
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:2745
    • 提供者:LPT
  1. List2Xls

    0下载:
  2. 通过演示BasicExcel类来生成Excel文件,涉及读写三方进程内存,鼠标消息捕获等高级编程知识.-Through demonstration classes to generate Excel files BasicExcel, involving three parties to read and write process memory, mouse, and other information to capture high-level programming knowledge.
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:82177
    • 提供者:华仔
  1. shareMemory

    0下载:
  2. 共享内存,进程通信,进程同步 源代码 vs2005平台-Shared memory, process communication, process synchronization platform source code to vs2005
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:3028216
    • 提供者:mike
  1. XueTr

    0下载:
  2. 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能   2.内核驱动模块查看,支持内核驱动模块的内存拷贝   3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook   4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3696563
    • 提供者:接收
  1. MemRepair

    0下载:
  2. 一个用VC实现的修改进程内存的小程序源代码。可以修改游戏内存的值,从而改变金钱、生命值。类似游戏内存修改器-A modification with VC process memory applet source code. You can modify the game memory value, thus changing the money, the value of life. Game-like memory modifier
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:54299
    • 提供者:wufan
  1. TaskManager

    0下载:
  2. 使用delphi编写的进程管理器 主要包括 1进程PID查看 2进程路径查看 3进程内存-Use delphi write process manager Including 1 the process PID view 2 the process path view 3 the process memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:206337
    • 提供者:lj
  1. Upgrade-The--Process

    0下载:
  2. 提升当前进程权限,使具有读写其它进程内存内容-Permission to upgrade the current process, so that it can read and write the other process memory content
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:563
    • 提供者:黄秋生
  1. kjcncdx

    0下载:
  2. 跨进程内存读写 跨进程内存读写-VC VC VC
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:488336
    • 提供者:darkqing
  1. IE_HookTest

    0下载:
  2. 对IE进行HOOK, 通过读取IE进程内存方式修改改写内存方式 修改数据包或者地址,某公司病毒式推广曾采取这种方式-IE HOOK, IE read through the process of memory overwrite memory modify modify data packets or address, a viral promotion has taken this way
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3964797
    • 提供者:zhp21
  1. MemoryRepair

    0下载:
  2. 一个用于扫描进程内存的程序,可以用于游戏成绩修改。-A procedure for scanning process memory game results can be used to modify.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-12-07
    • 文件大小:2809606
    • 提供者:wuxin
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com